home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / mpfeel.lha / MPFeel / Modules / slib:stdio.em < prev    next >
Text File  |  1992-10-06  |  136b  |  15 lines

  1. (defmodule slib:stdio (scheme) ()
  2.  
  3.   (slib:load "stdio")
  4.  
  5.   (export
  6.  
  7.     printf fprintf sprintf
  8.     stdin stdout stderr
  9.  
  10.   )
  11.  
  12. )
  13.  
  14. ;; eof
  15.